home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / makedefs < prev    next >
Text File  |  1991-03-26  |  883b  |  41 lines

  1. AKCLDIR=/usr/public/akcl
  2. SHELL=/bin/sh
  3. MACHINE=hp300-bsd
  4.  
  5. # Machine dependent makefile definitions for hp300 running 4.3bsd(mt xinu)
  6.  
  7. LBINDIR=/usr/local/bin
  8.  
  9. OFLAG    =  -O 
  10. LIBS    = -lm -lg 
  11. ODIR_DEBUG= -g
  12.  
  13. # This CC string will be used for compilation of the system,
  14. # and also in the compiler::*cc* variable for later compilation of
  15. # lisp files.
  16.  
  17. CC = gcc -fwritable-strings -msoft-float -DVOL=volatile -I$(AKCLDIR)/o 
  18. MAINDIR = /public/kcl
  19.  
  20. # Enable the fastloading mechanism which does not use ld -A
  21. # requires c/rel_.. machine dependent code.
  22.  
  23. RSYM    = rsym
  24. SFASL    = $(ODIR)/sfasl.o
  25.  
  26. #  Use the mp.s file on 68k machine 
  27.  
  28. MPFILES= $(MPDIR)/mpi-bsd68k.o   $(MPDIR)/libmport.a
  29.  
  30.  
  31. # When using SFASL it is good to have (si::build-symbol-table)
  32. INITFORM=(si::build-symbol-table)
  33.  
  34. # Use symbolic links
  35. SYMB=-s
  36.  
  37. LIBFILES=bsearch.o
  38.  
  39. # the  make to use for saved_kcp the profiler.
  40. KCP=kcp-bsd
  41.